﻿2026-06-06T06:43:14.2053675Z ##[group]Run actions/checkout@v5
2026-06-06T06:43:14.2055277Z with:
2026-06-06T06:43:14.2056489Z   repository: SaberMage/spt-shell-notify
2026-06-06T06:43:14.2058490Z   path: .adapter-notify
2026-06-06T06:43:14.2077679Z   token: ***
2026-06-06T06:43:14.2078880Z   ssh-strict: true
2026-06-06T06:43:14.2080642Z   ssh-user: git
2026-06-06T06:43:14.2082062Z   persist-credentials: true
2026-06-06T06:43:14.2083638Z   clean: true
2026-06-06T06:43:14.2085276Z   sparse-checkout-cone-mode: true
2026-06-06T06:43:14.2086861Z   fetch-depth: 1
2026-06-06T06:43:14.2088073Z   fetch-tags: false
2026-06-06T06:43:14.2089379Z   show-progress: true
2026-06-06T06:43:14.2090728Z   lfs: false
2026-06-06T06:43:14.2091878Z   submodules: false
2026-06-06T06:43:14.2093147Z   set-safe-directory: true
2026-06-06T06:43:14.2094508Z ##[endgroup]
2026-06-06T06:43:14.3383750Z Syncing repository: SaberMage/spt-shell-notify
2026-06-06T06:43:14.3392979Z ##[group]Getting Git version info
2026-06-06T06:43:14.3395633Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-06T06:43:14.3437124Z [command]/usr/bin/git version
2026-06-06T06:43:14.3490968Z git version 2.34.1
2026-06-06T06:43:14.3520433Z ##[endgroup]
2026-06-06T06:43:14.3534331Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/4d82101a-203e-4b79-8174-8d4471a91a19/.gitconfig'
2026-06-06T06:43:14.3559371Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/4d82101a-203e-4b79-8174-8d4471a91a19' before making global git config changes
2026-06-06T06:43:14.3565141Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:43:14.3570523Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-06T06:43:14.3609640Z ##[group]Initializing the repository
2026-06-06T06:43:14.3615872Z [command]/usr/bin/git init /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-06T06:43:14.3657828Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-06T06:43:14.3661266Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-06T06:43:14.3665091Z hint: of your new repositories, which will suppress this warning, call:
2026-06-06T06:43:14.3667509Z hint: 
2026-06-06T06:43:14.3669320Z hint: 	git config --global init.defaultBranch <name>
2026-06-06T06:43:14.3671313Z hint: 
2026-06-06T06:43:14.3673149Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-06T06:43:14.3676224Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-06T06:43:14.3678735Z hint: 
2026-06-06T06:43:14.3680117Z hint: 	git branch -m <name>
2026-06-06T06:43:14.3683123Z Initialized empty Git repository in /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-06T06:43:14.3689051Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-06T06:43:14.3739716Z ##[endgroup]
2026-06-06T06:43:14.3742145Z ##[group]Disabling automatic garbage collection
2026-06-06T06:43:14.3744391Z [command]/usr/bin/git config --local gc.auto 0
2026-06-06T06:43:14.3784781Z ##[endgroup]
2026-06-06T06:43:14.3786962Z ##[group]Setting up auth
2026-06-06T06:43:14.3794184Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:43:14.3839234Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-06T06:43:14.4082159Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:43:14.4123680Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-06T06:43:14.4375870Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:43:14.4417164Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:43:14.4665686Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-06T06:43:14.4726090Z ##[endgroup]
2026-06-06T06:43:14.4728342Z ##[group]Determining the default branch
2026-06-06T06:43:14.4731576Z Retrieving the default branch name
2026-06-06T06:43:14.9175071Z Default branch 'main'
2026-06-06T06:43:14.9178449Z ##[endgroup]
2026-06-06T06:43:14.9181462Z ##[group]Fetching the repository
2026-06-06T06:43:14.9196212Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-06T06:43:15.5862499Z From https://github.com/SaberMage/spt-shell-notify
2026-06-06T06:43:15.5863959Z  * [new branch]      main       -> origin/main
2026-06-06T06:43:15.5888877Z ##[endgroup]
2026-06-06T06:43:15.5889998Z ##[group]Determining the checkout info
2026-06-06T06:43:15.5899902Z ##[endgroup]
2026-06-06T06:43:15.5900487Z [command]/usr/bin/git sparse-checkout disable
2026-06-06T06:43:15.5970924Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-06T06:43:15.6013786Z ##[group]Checking out the ref
2026-06-06T06:43:15.6019025Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-06T06:43:15.6085416Z Switched to a new branch 'main'
2026-06-06T06:43:15.6086511Z Branch 'main' set up to track remote branch 'main' from 'origin'.
2026-06-06T06:43:15.6091469Z ##[endgroup]
2026-06-06T06:43:15.6145880Z [command]/usr/bin/git log -1 --format=%H
2026-06-06T06:43:15.6184107Z ee2d37eadc730c0019e0af82d683074c509634a2
